collection/network

list UDP connections and listeners

# generated using capa explorer for IDA Pro
rule:
  meta:
    name: list UDP connections and listeners
    namespace: collection/network
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: basic block
      dynamic: call
  features:
    - or:
      - api: iphlpapi.GetExtendedUdpTable

last edited: 2023-11-24 10:35:00